Skip to content

Bump CodeQL deps - #607

Merged
nickeskov merged 5 commits into
mainfrom
bump-codeql-deps
Jul 30, 2026
Merged

Bump CodeQL deps#607
nickeskov merged 5 commits into
mainfrom
bump-codeql-deps

Conversation

@nickeskov

Copy link
Copy Markdown
Collaborator

This pull request updates the GitHub Actions workflows to use a newer version of the github/codeql-action actions across both the CodeQL analysis and security workflows. The main change is upgrading the action references to a more recent commit hash, ensuring the latest features and security patches are used.

CI/CD Dependency Updates:

  • Updated github/codeql-action/init, autobuild, and analyze actions in .github/workflows/codeql-analysis.yml to use commit e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 instead of 99df26d4f13ea111d4ec1a7dddef6063f76b97e9. [1] [2] [3]
  • Updated github/codeql-action/upload-sarif action in .github/workflows/security.yml to use commit e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 instead of 99df26d4f13ea111d4ec1a7dddef6063f76b97e9. [1] [2]

dependabot Bot and others added 5 commits July 30, 2026 19:55
Bumps [github/codeql-action/init](https://github.com/github/codeql-action) from 4.37.0 to 4.37.3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@99df26d...e4fba86)

---
updated-dependencies:
- dependency-name: github/codeql-action/init
  dependency-version: 4.37.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github/codeql-action/analyze](https://github.com/github/codeql-action) from 4.37.0 to 4.37.3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@99df26d...e4fba86)

---
updated-dependencies:
- dependency-name: github/codeql-action/analyze
  dependency-version: 4.37.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github/codeql-action/autobuild](https://github.com/github/codeql-action) from 4.37.0 to 4.37.3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@99df26d...e4fba86)

---
updated-dependencies:
- dependency-name: github/codeql-action/autobuild
  dependency-version: 4.37.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github/codeql-action/upload-sarif](https://github.com/github/codeql-action) from 4.37.0 to 4.37.3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@99df26d...e4fba86)

---
updated-dependencies:
- dependency-name: github/codeql-action/upload-sarif
  dependency-version: 4.37.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…ub/codeql-action/analyze-4.37.3', 'origin/dependabot/github_actions/github/codeql-action/autobuild-4.37.3', 'origin/dependabot/github_actions/github/codeql-action/init-4.37.3' and 'origin/dependabot/github_actions/github/codeql-action/upload-sarif-4.37.3' into bump-codeql-deps
@nickeskov
nickeskov requested a review from Copilot July 30, 2026 20:03
@nickeskov nickeskov added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jul 30, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the pinned github/codeql-action commit SHA used by the repository’s GitHub Actions security workflows, keeping CodeQL-related actions aligned with a newer upstream revision.

Changes:

  • Bumped CodeQL init, autobuild, and analyze action references in the CodeQL analysis workflow to e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81.
  • Bumped CodeQL upload-sarif action references in the security workflow to e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81.
  • Removed all remaining references to the prior pinned SHA (99df26d4f13ea111d4ec1a7dddef6063f76b97e9) in the repo.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
.github/workflows/codeql-analysis.yml Updates CodeQL action pins for init/autobuild/analyze to the newer commit SHA.
.github/workflows/security.yml Updates CodeQL upload-sarif action pins to the newer commit SHA for SARIF uploads.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants